pull_with_options: fix stray return FALSE
authorJonathan Lebon <jlebon@redhat.com>
Thu, 18 Aug 2016 14:37:11 +0000 (10:37 -0400)
committerAtomic Bot <atomic-devel@projectatomic.io>
Thu, 18 Aug 2016 14:45:01 +0000 (14:45 +0000)
Closes: #465
Approved by: cgwalters

src/libostree/ostree-repo-pull.c

index 43ec2ff6067711961d797cfb2cb04d30e76e6feb..f990c6b217a57a392d5618cadf64d3288cd24c3c 100644 (file)
@@ -2676,7 +2676,7 @@ ostree_repo_pull_with_options (OstreeRepo             *self,
       if (G_UNLIKELY (errno != EEXIST))
         {
           glnx_set_error_from_errno (error);
-          return FALSE;
+          goto out;
         }
     }